AuthenticationAPI
The AuthenticationAPI
class provides methods for handling various authentication mechanisms within the service API. It includes login functionalities for basic authentication, token authentication, and access token-based authentication.
Methods
Name | Description |
---|---|
SetUrl(url) | Sets the API URL for requests. |
LoginAsync(loginParameters, cancellationToken, telemetryCollectorHolder) | Authenticates the user using basic authentication parameters. |
LoginAsync(loginParameters, cancellationToken, telemetryCollectorHolder) | Authenticates the user using access token authentication parameters. |
LoginAsync(loginParameters, cancellationToken, telemetryCollectorHolder) | Authenticates the user using token authentication parameters. |